home *** CD-ROM | disk | FTP | other *** search
/ Champak 43 / Vol 43.iso / games / runrun.swf / scripts / DefineSprite_82 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-07-07  |  342 b   |  13 lines

  1. stop();
  2. scoretable.filename = "scores/runrun.sco";
  3. scoretable.scoresize = 10;
  4. scoretable.action = "VIEW";
  5. scoretable.viewtype = "FLASH";
  6. scoretable.winname = name;
  7. scoretable.winscore = score;
  8. scoretable.loadVariables("http://www.rewolucje.com/games/rezultaty/scores.php","POST");
  9. if(_parent.zapis == true)
  10. {
  11.    gotoAndStop(5);
  12. }
  13.